github.com/refraction-networking/utls.encryptedExtensionsMsg.quicTransportParameters (field)
9 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L720: if encryptedExtensions.quicTransportParameters == nil {
handshake_client_tls13.go#L725: c.quicSetTransportParameters(encryptedExtensions.quicTransportParameters)
handshake_client_tls13.go#L727: if encryptedExtensions.quicTransportParameters != nil {
handshake_messages.go#L1047: quicTransportParameters []byte
handshake_messages.go#L1069: if m.quicTransportParameters != nil { // marshal zero-length parameters when present
handshake_messages.go#L1073: b.AddBytes(m.quicTransportParameters)
handshake_messages.go#L1124: m.quicTransportParameters = make([]byte, len(extData))
handshake_messages.go#L1125: if !extData.CopyBytes(m.quicTransportParameters) {
handshake_server_tls13.go#L798: encryptedExtensions.quicTransportParameters = p
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |